Package-level declarations

Types

Link copied to clipboard
data class DeviceDeregistrationError(val deviceId: Int, val errorMessage: String) : Parcelable

Description of error that occurred during device deregistration.

Link copied to clipboard

License features.

Link copied to clipboard
data class LicenseInfo(val status: LicenseStatus, val isValid: Boolean, val licenseStatusMessage: String, val expirationTimestamp: Double, val expirationDateString: String, val errorMessage: String, val onlineLicenseCheckInProgress: Boolean, val license: String, val devices: Int? = null, val nextOnlineLicenseCheckInMs: Double, val deviceDeregistationErrors: List<DeviceDeregistrationError>) : Parcelable

Information about the SDK license.

Link copied to clipboard

Status of the license plate scanner.